home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / SCRIPT.H < prev    next >
Text File  |  1991-07-03  |  609b  |  11 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    s c r i p t . h                                                 */
  3. /*                                                                    */
  4. /*    Script processing routines used by UUPC/extended                */
  5. /*                                                                    */
  6. /*    Changes copyright (c) 1989, 1991, Andrew H. Derbyshire          */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. boolean  expectstr(char  *Search, unsigned int Timeout);
  10. void     sendstr(char  *str);
  11.